public void ImportTests() { var fileBytes = GetUploadFileBytes(); // пока импорт неуниверсальный _testComponent.ImportTests(fileBytes); }