public StorageService(string appSid, string appKey)
     : base(appSid, appKey)
 {
     AppSid = appSid;
     AppKey = appKey;
     File = new FileClass(AppSid, AppKey);
     Folder = new Folderlass(AppSid, AppKey);
 }
 public StorageService(string appSid, string appKey)
     : base(appSid, appKey)
 {
     AppSid = appSid;
     AppKey = appKey;
     File   = new FileClass(AppSid, AppKey);
     Folder = new Folderlass(AppSid, AppKey);
 }