public void Delete(ISavedGameMetadata metadata) { Misc.CheckNotNull(metadata); mSnapshotManager.Delete((NativeSnapshotMetadata)metadata); }