public async Task <GatewayUser> Validate(string gatewayId, string password)
 {
     return(await _gatewayRepository.GetGatewayRecordsByIdAndPassword(gatewayId, password));
 }