//public UserAccount GetUserAccount(Guid userId) //{ // return _mockstore.GetUserAccount(userId); //} //public List<UserAccount> GetUserAccountsForDevice(Guid deviceId) //{ // return _mockstore.GetUserAccountsForDevice(deviceId); //} public void Register(string username) { _mockstore.AddAccount(username); }