internal static void RegisterAccessorCreateFunc()
 {
     MemoryMap.RegisterCreateAccessorFunc <MockObject>(
         MockObject.CreateAccessor);
 }