public Player Authentication(string email, string password) { return(_playerService.Authentication(email, password)); }