public ResponseCondition(ResponseReq type, int param) { Type = type; IntParam = param; }
public ResponseCondition(ResponseReq type, string param) { Type = type; StringParam = param; }