public FirstViewModel(Services.IAllTestsServiceFactory factory) { Tests = factory.GetAllTestsService(this).All; }