public static IRunElement[] Empty(this IRunElementPerceiver self) { return(new IRunElement[0]); }
public static T[] ToArray <T>(this IRunElementPerceiver self, T one) { return(new T[] { one }); }