public UserDto Authorize(UserCredential credentials) { return(QueryForObject <UserDto>(UserSql.GetUserInformation(credentials))); }