public List <ExchangeAccount> GetAccounts(int itemId, ExchangeAccountType accountType) { return(ExchangeServerController.GetAccounts(itemId, accountType)); }