public Task<System.Collections.Generic.List<IWallPaper>> AccountGetWallPapersAsync(AccountGetWallPapersArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<System.Collections.Generic.List<IWallPaper>>(args);
 }
 public Task <System.Collections.Generic.List <IWallPaper> > AccountGetWallPapersAsync(AccountGetWallPapersArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <System.Collections.Generic.List <IWallPaper> >(args));
 }