public void Initialize(GeneratorInitializationContext context)
 {
     context.RegisterForAdditionalFileChanges(UpdateContext);
 }