function testValidateRequest()
 {
     $x = MyChatRequest::validate($this->params1);
     $this->instanceOf('Either', $x);
 }