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