namespace API.Interfaces.Services { public interface IBackupService { void BackupDatabase(); } }