Ejemplo n.º 1
0
 public override string ToString()
 {
     return($"{Id} ({(Mutations.Count != 0 ? Mutations.Last() : null)})");
 }