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