public CreateTopic(TopicInfo b, int sn)
 {
     h = new Header (CommandId.Create, EntityKind.Topic, sn);
     this.b = b;
 }
 public CreateTopic(TopicInfo b, int sn)
 {
     h      = new Header(CommandId.Create, EntityKind.Topic, sn);
     this.b = b;
 }