public static Clause <T> With <T>(this Clause <T> before, DelayedDurabilityBase delayedDurability) => throw new InvalitContextException(nameof(With));
 public static Clause <Non> With(DelayedDurabilityBase delayedDurability) => throw new InvalitContextException(nameof(With));