package org.myrobotlab.service.interfaces; public interface NameProvider { public String getName(); }