using Connected.Annotations; [assembly: MicroService(MicroServiceType.Service)] namespace Connected.Logistics.Stock; internal sealed class Bootstrapper : Startup { }