public async Task <Domain.Entity.RefreshToken> Get(string id) { var result = await _IRefreshTokenRepository.FindByIdAsync(id); return(result); }