IHttpClientAction IHttpClientAction.ForApplication(string apiKey)
 {
     _clientWrapper.SetApiKeyRequestHeader(apiKey);
     return(this);
 }