public function testGetMethod()
 {
     $this->assertSame(RequestMethods::POST, $this->request->getMethod());
 }