public CachedCowinClientService(IMemoryCache cache, ICowinClientService http)
 {
     _cache = cache;
     _http  = http;
 }
 public CowinDataController(ICowinClientService http)
 {
     _http = http;
 }