public struct LoadOrCreateResult
{
public LoadOrCreateStatus Status;
public PersistError PersistError;
}