namespace Bmp.Core.Common.AssemblyInject.Interfaces; public interface IAssemblyInjectSyncInitStarStop { void Init(); void Start(); void Stop(); }