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