public UpdateBlogCommandCommandHandler(IBlipDbContext context)
 {
     _context = context;
 }
 public GetBlogsQueryHandler(IBlipDbContext context)
 {
     _context = context;
 }
 public DeleteBlogCommandHandler(IBlipDbContext context)
 {
     _context = context;
 }