public MatchType ModifyMatchType(MatchType newMatchType) { return MatchTypeAccessor.ModifyMatchType(newMatchType); }
public MatchType CreateMatchType(MatchType matchType) { return MatchTypeAccessor.CreateMatchType(matchType); }