public virtual IDictionary <K, V> selectMap <K, V>(string statement, string mapKey) { return(wrappedSession.selectMap(statement, mapKey)); }