public SnapshotManagementInitializationException(Orc.Snapshots.ISnapshotManager snapshotManager)
 {
 }
 protected SnapshotProviderBase(Orc.Snapshots.ISnapshotManager snapshotManager, Catel.IoC.IServiceLocator serviceLocator)
 {
 }
 public static TSnapshot FindSnapshot <TSnapshot>(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
     where TSnapshot : Orc.Snapshots.ISnapshot
 {
 }
 public static Orc.Snapshots.ISnapshot FindSnapshot(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
 {
 }
 public static System.Threading.Tasks.Task <Orc.Snapshots.ISnapshot> CreateSnapshotAsync(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
 {
 }
 public static void AddProvider <TSnapshotProvider>(this Orc.Snapshots.ISnapshotManager snapshotManager)
     where TSnapshotProvider : Orc.Snapshots.ISnapshotProvider
 {
 }
 public SnapshotsCleanupViewModel(Orc.Snapshots.ISnapshotManager snapshotManager, Catel.Services.ILanguageService languageService)
 {
 }