EFIHHVKJEX6SZR7FB2WJEB72L4DZV6QJRISISFWYVD77EWSQ6X6AC
let time_finished = acc_time_finished.unwrap();
let result = acc_result.unwrap();
let command = acc_command.unwrap();
let time_finished = acc_time_finished.expect("shoudnt fail if command is some");
let result = acc_result.expect("shoudnt fail if command is some");
let command = acc_command.expect("shoudnt fail if command is some");