pub type MethodCallResult<T, E> = Result<T, JsonRpcError<E>>;