using System.Threading.Tasks; namespace Drab.Logic.Interfaces; public interface IDbFetcher { Task Start(); }