Method<I, String> format(final String value) => map((input) => value.replaceFirst("{}", input.toString()));