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