[Export(typeof(IShellCommandGroupProvider))] public class MyGroupProvider : IShellCommandGroupProvider {     public IEnumerable GetShellCommandGroups(Microsoft.LightSwitch.Client.IScreenObject currentScreen)     {         yield return new MyGroup();     } }