/// <summary>
 /// Runs the Seed Method on the targeted database.
 /// </summary>
 public void RunSeedMethod()
 {
     _migratorBackend.RunSeedMethod();
 }