package ru.kirillius.XCP.Commons;
import java.io.Closeable;
public interface Service extends Closeable {
void initialize(Context context);
}