I would like to be able to specify multiple conditions on `HttpContent` parameters, e.g. ```csharp It.IsHttpContent().WithStringMatching("*foo*").WithStringMatching("*bar*"); ```