public static void PublishMenuLinkGroup(this IHostService source, ICommand command) { source.PublishMenuLinkGroup(new[] { command }); }