namespace WarcViewerBlazorWinForm.Library.AssemblyInject.Interfaces { public interface IAssemblyInjectSyncStarStop { void Start(); void Stop(); } }