public DbQueryRunner(TrainConnectedDbContext context)
 {
     this.Context = context ?? throw new ArgumentNullException(nameof(context));
 }
 public ApplicationRoleStore(TrainConnectedDbContext context, IdentityErrorDescriber describer = null)
     : base(context, describer)
 {
 }