internal static ProjectCollectionImpl GetInstance([CallerMemberName] string callerName = "")
        {
            ProjectCollectionImpl instance = default(ProjectCollectionImpl);

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
 static partial void InstanceFactory(ref ProjectCollectionImpl instance, [CallerMemberName] string callerName = "");