}
public void doOperation(Managed<GitServer> managed) throws OpsException, IOException {
initializeService();
GitServer model = (GitServer) managed.getModel();
Tag tag = new Tag(Tag.CONDUCTOR_ID, managed.getConductorId());
SshKey sshKey = service.getSshKey();