When using UseEndpointsConventions() would be great to have a configuration option to set UseEndpointsConventions(s => s.UsePluralNaming = true) so that naming convention normalizes names to plural, ex. GetCustomerEndpoint > Customers or CreateCartEndpoint > Carts