public static <T extends ServiceConfiguration> T remove(final T t) {
   return DatabaseProvider.INSTANCE.remove(t);
 }