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