using Lamar; using Pulsar.Features; namespace Pulsar; public class PulsarServiceRegistry : ServiceRegistry { public PulsarServiceRegistry() { For().Use(); For().Use(); } }