public override void Read(CommandSerializer serializer)
        {
            base.Read(serializer);

            this.Tags = serializer.ReadTags(() => new TagsUserNotice());
        }
 public CommandUserNotice()
 {
     this.Tags = null;
 }