public T Get(int id) { using (var conn = new SqlConnectionHelper(ConnectionsStringHelper.DapperConnection)) { return(conn.Get <T>(id)); } }