public bool ConfirmAccount(string nickname, Guid key)
 {
     return(_repository.ConfirmTicket(nickname, key));
 }