private static void CleanClientRepository(IClient closedClient)
 {
     ClientRepository.RemoveClient(closedClient);
 }