public V1OAuth2APIConnector(string url, IStorage storage)
 {
     this.url = url;
     _storage = storage;
     RefreshCreds();
 }
		public V1OAuth2APIConnector(string url, IStorage storage)
		{
			this.url = url;
			_storage = storage;
			RefreshCreds();
		}