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