public interface Provider {

  String createEntry(String request);

}