public void KillSessions(Guid[] ids) { using (var proxy = new SessionProxy()) { proxy.KillSessions(ids); } }