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