public void SetBackingModel(TestModel model) { this.Model = model; }
public TestBatchableViewModel(TestModel model) { this.Model = model; }