protected override void Seed(HealthTrackerContext context)
 {
     TenantConfiguration.Seed(context);
     RoleConfiguration.Seed(context);
     UserConfiguration.Seed(context);
     AccountConfiguration.Seed(context);
     ProfileConfiguration.Seed(context);
 }