public static string GenerateSymbols(this VSCTModel model) => Template.TransformToText <VsctSymbols>(new { model }.ToExpando());
public static string GenerateCommandBitmaps(this VSCTModel model) => Template.TransformToText <VsctCommandsBitmaps>(new { model }.ToExpando());
public static string GenerateKeyBindings(this VSCTModel model) => Template.TransformToText <VsctKeyBindings>(new { model }.ToExpando());