enum ValueStoreError: Int, TelepathError {
    case keyNotFound = 3100
    case valueNotFound
    case noValueForKey
    case noKeyInStore