public SpanConstructor As(ISpanChunkGenerator codeGenerator)
 {
     return(_self.With(codeGenerator));
 }
 public static SpanConstructor Accepts(this SpanConstructor self, AcceptedCharacters accepted)
 {
     return(self.With(eh => eh.AcceptedCharacters = accepted));
 }