package com.vci.server; public abstract class BaseService { public abstract String getServiceName(); }