public bool LogoutUser(string userId, string accessToken) { return(_accessTokenRepository.ExpireClientToken(userId, Guid.Parse(accessToken))); }