using Microsoft.AspNetCore.Mvc.ApplicationModels; namespace Dipper.Alioth.Web; public class ServiceConvention : IApplicationModelConvention { public void Apply(ApplicationModel application) { throw new NotImplementedException(); } }