/// <summary>
 /// Gets the name of the latest migration
 /// </summary>
 /// <returns>Latest migration name</returns>
 public string GetLatestMigration()
 {
     return(_migratorBackend.GetLatestMigration());
 }