public string Get() { return(_adapter.DoSomething()); }
public void UsePlug() { adapter.DoSomething(); }