interface IUnstructured { // This is called after the object is inititally unstructured, // but some fields may not yet be filled // Use Concept._doneLoading2 when you need all fields default void _doneLoading() {} }