public EntryPointSchema(EntryPointSchema source) : base(source) { }
public EntryPointSchema(EntryPointSchema source, bool isShallowClone) : base(source, isShallowClone) { }