public static void DirtyInstance()
 {
     _instanceDirtied = true;
     // TODO (darren): move this check to be checked every 30 seconds or something
     InstanceUtil.SaveInstanceIfDirty();
 }