partial         static void CreateCustomDemo(ref InformationOutputCollection customDemoObject);
 private void CopyContentFrom(InformationOutputCollection sourceObject)
 {
     CollectionContent = sourceObject.CollectionContent;
             _unmodified_CollectionContent = sourceObject._unmodified_CollectionContent;
 }
 public static InformationOutputCollection CreateDefault()
 {
     var result = new InformationOutputCollection();
             return result;
 }