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