public static IHttpRequestMock Method(this IHttpRequestMock httpRequestMock, HttpRequestMockMethod method) { return(httpRequestMock.Method(MethodPattern.Standart(method))); }