public TestRootContent(TestContentType type)
     : base(type, -1, -1)
 { }
 public TestRootContent(TestContentType type)
     : base(type, -1, -1)
 {
 }
 public TestContent(TestContentType type, int id, int parentId)
 {
     _type = type;
     Id = id;
     ParentId = parentId;
 }
 public TestContent(TestContentType type, int id, int parentId)
 {
     _type    = type;
     Id       = id;
     ParentId = parentId;
 }