namespace Diligent.WebAPI.Business.Services.Interfaces { public interface IScreeningTestClientService { Task LoginToScreening(AuthenticateRequestDto model); Task GetScreening(); } }