// In Future: will need to support both member submission and OASIS WS-TX WS-AT assertions.
supportedAssertions.add(AT_ASSERTION);
supportedAssertions.add(AT_ALWAYS_CAPABILITY);
return supportedAssertions.contains(assertion.getName()) ? Fitness.SUPPORTED : Fitness.UNKNOWN;