namespace WireMock.Net.WebApplication { public interface IWireMockService { void Start(); void Stop(); } }