namespace Exceptron.Driver { internal interface IRestClient { TResponse Put(string url, object report) where TResponse : class, new(); } }