public boolean matches(Class<? extends IResultSetPresentation> type) {
   return presentationType.matchesType(type);
 }