private static void MethodGuardingArgumentIsNotNull(object theArgument) { GuardClauses.IsNotNull(theArgument, nameof(theArgument)); }