public void Add(Msg msg) { if (msg != null) Msgs.Add(msg); }
public Response(bool isError, Msg msg) { IsError = isError; Add(msg); }