public static Fallible <unit> Skip <TSource>(this Fallible <TSource> @this) { /* T4: NotNull(@this) */ return(@this.ContinueWith(Fallible.Unit)); }