internal OvationMsgOut(OvationSource source, string objectType) : base(source) { OutType = objectType; }
internal OvationOut(OvationSource source, int id) : base(source) { Id = id; }