public function testShouldHaveGET()
 {
     $this->assertSame(HttpMethod::GET, HttpMethod::get()->getValue());
 }