namespace Drab.Logic.Interfaces; public interface IDbFetcher { Task Start(); }