public List <TestEntityModel> Get() { var getResult = _testComponent.GetAllTests(); return(getResult); }