public SecondTestCommand(TestEntity entity) { Entity = entity; }
public FirstTestCommand(TestEntity entity) { Entity = entity; }