* Creates a {@link HttpServiceSpecification} from the parameters stored in this class.
*
* @return a new specification from the parameters stored in this instance
*/
public HttpServiceSpecification createHttpServiceSpec() {
return new DefaultHttpServiceSpecification(name, description, arguments);
}