public Task <TResponse> CustomMethodAsync <TResponse>(string httpVerb, IReturn <TResponse> requestDto)
 {
     return(cachedClient.CustomMethodAsync(httpVerb, requestDto));
 }