public virtual T getMapper <T>(Type type) { type = typeof(T); return(wrappedSession.getMapper(type)); }