public static IList <Warning> AddAndReturnList(this IList <Warning> Warnings, I18NString Text) => Warnings?.AddAndReturnList(Warning.Create(Text));