using System.Collections.Generic; namespace stonevox { public static class WidgetCommands { public static Dictionary handlers = new Dictionary(); static WidgetCommands() { } } }