// ReSharper disable once InconsistentNaming public static void fiae([CanBeNull] this string argumentValue) { Fail.IfArgumentEmpty(argumentValue, nameof(argumentValue)); }