public IDbConnection GetCore() { var connectionString = _connectionStringProvider.GetForShared(); return(new SqlConnection(connectionString)); }