classes/Connection.ps1

class Connection{
    [string]$Name;
    [string]$ConnectionString;
}