using Microsoft.EntityFrameworkCore; /// /// An in-memory database context for Pulsar. /// public class PulsarContext : DbContext { }