namespace NewRock.Sdk; public interface INewRockRequest { } public interface INewRockRequest : INewRockRequest where TResponse : NewRockResponse { }