public bool Validate(Gamer gamer)
        {
            var result = _checkService.CheckIfRealPerson(gamer);

            return(result);
        }