public string Get()
 {
     return(connectionString ?? (connectionString = ConnectionStringHelper.GetConnectionString()));
 }