private string ToCSharpParentName() { return(ParentGameObject == null ? " : " + "Entity" : " : " + ParentGameObject.ToCSharpName()); }