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