public TestCommandResponse( TypedTestCommand sourceCommand, int data) : base(sourceCommand) { Data = data; }
public TestFailedCommandResponse( TypedTestCommand sourceCommand, Exception exception, int data) : base(sourceCommand, exception) { Data = data; }