internal override Case Combine(Case other) { Cases.Add(other); return(this); }
public void Add(Case cas) => Cases.Add(cas);