public Task<System.Collections.Generic.List<IContactStatus>> ContactsGetStatusesAsync(ContactsGetStatusesArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<System.Collections.Generic.List<IContactStatus>>(args);
 }