22232425262728
public M4 produceM4(String msg){ return new M4(msg); } public M5 produceM5(String msg){ return new M5(msg); }