public CatalogService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
 public MultipartUploadService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
 public VideoService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }