public PlayerStats GetPlayerStats(Guid playerId) { try { return(_infoController.GetPlayerStats(playerId)); } catch (EmptyResultsException e) { throw new FaultException <EmptyResultsFault>(new EmptyResultsFault()); } }