HttpVerbs is not longer part of servicestack.html

Hi,
i have a function like this.

   protected WebServiceException RequestAndExpectFailHttpCode<T>(ServiceClientBase client,ServiceStack.Html. HttpVerbs verb,
        object request,
        HttpStatusCode expected)

After my update of servicestack it won’t compile as HttpVerbs is not apart of this anymore.

Any suggestion?

Regards Kristian

All the HTML Helpers have been moved to ServiceStack.Razor using the same Name and Namespace.