namespace Pilz.Networking.Api; public interface IApiClient { void MakeRequest(string url, T message) where T : ApiMessage; }