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