/// <summary> /// Gets all accounts. /// </summary> public IEnumerable <BankAccount> GetAccounts() { return(_storage.GetAccounts()); }