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