public static <T extends ServiceConfiguration> List<T> list(final T type) {
   return DatabaseProvider.INSTANCE.list(type);
 }