namespace Template.Game { internal static class TemplateIoC { public static void Register() { // DEVNOTE: IoCManager registrations for the game go here. } } }