def get_participant_by_name(self, name):
        """
        Returns a MatchParticipant object with the given name. Raises a KeyError
        if the name is not found
        :param name: The name of the participant. This is case sensitive