public override MatchMaker CopyInstance()
 {
     MatchOne matcher = new MatchOne(this);
     return matcher;
 }
 private MatchOne(MatchOne toCopy)
     : base(toCopy)
 {
 }