using Connected.Annotations; [assembly: MicroService(MicroServiceType.Sys)] namespace Connected.ServiceModel; internal sealed class ServiceModelStartup : Startup { }