// For more information about this class, visit https://dotvvm.com/docs/tutorials/basics-project-structure
 public void Configure(DotvvmConfiguration config, string applicationPath)
 {
     config.AddDotvvmAmp();
     ConfigureRoutes(config, applicationPath);
     ConfigureControls(config, applicationPath);
     ConfigureResources(config, applicationPath);
 }