public async Task <PatientTestResult> CreateAndGetPatientTestResultAsnyc(int doctorId, int patientId, int testId, int testResultInPoints, QuestionsAnswersViewModel questionsAnswers) { return(await _testRepository.CreateAndGetPatientTestResultRepositoryAsnyc(doctorId, patientId, testId, testResultInPoints, questionsAnswers)); }