$ pip3 install grpcio-tools
$ python3 -m grpc_tools.protoc -I .. --python_out=. --grpc_python_out=. ../storage.proto ../task.proto
$ python3 task.py [--ca /path/to/russian_trusted_root_ca] --token "<access_token>" --task-id "<id>" [--cancel | --wait <out>]