using FinancialApi.Domain.Entities; namespace FinancialApi.Application.Interfaces; public interface IAccountQuery { Task FindByIdAsync(int id); }