namespace API.Interfaces.Services { public interface ICleanupService { void Cleanup(); } }