using Entities; using Microsoft.EntityFrameworkCore; namespace StubbedContextLib { public class StubbedContext : DbContext { } }