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