namespace Duempelkas.App.Services; public interface IPdfStatementService { Task GenerateStatementAsync(int accountId, bool currentYearOnly); }