My service looks like this:
public class MyService : IMyService { private readonly Context _db; public MyService(Context db) {