namespace Diligent.WebAPI.Business.Services.Interfaces { public interface IScreeningTestService { Task>> GetScreening(); Task SendTest(TestMicroserviceInviteRequest test); Task LoginToScreening(); } }