public void PredicateIsWrittenWithTrailingSpace()
 {
     writer.WritePredicate("contains");
     Expect(writer.ToString(), EqualTo("contains "));
 }