public interface IEncounterReadService { Task> ListActiveAsync(string? department); Task GetByIdAsync(Guid id); }