namespace PortProxyGUI.Data
{
public class Migration
public string MigrationId { get; set; }
public string ProductVersion { get; set; }
}