using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Services.Interfaces; public interface IArchivedPatientService { public Task> FindAllPatients(); }