public static Bootstrapper AddShortcode <TShortcode>(this Bootstrapper bootstrapper, string name)
     where TShortcode : IShortcode =>
 bootstrapper.ConfigureEngine(x => x.Shortcodes.Add <TShortcode>(name));