protected FcmTokenProvider(PushNotificationsDbContext dbContext)
 {
     DbContext = dbContext;
 }
 public DbController(PushNotificationsDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public RegistrationTokensController(PushNotificationsDbContext dbContext)
 {
     _dbContext = dbContext;
 }