public static void RegisterDependencies(IServiceContainerWrapper wrapper)
        {
            wrapper.RegisterSingleton(wrapper);
            wrapper.RegisterType <IBackupManager, BackupManager>();

            Services.DependencyRegistration.RegisterDependencies(wrapper);
        }
 public static void RegisterDependencies(IServiceContainerWrapper wrapper)
 {
     wrapper.RegisterType <ITrelloConnectorFactory, TrelloConnectorFactory>();
 }