Execute a service belonging to a page. This call errors if the servcice in the model is not available. Pages can only be executed when the service is running for a page.
Example:
// Call service "rpc_test" which adds and multiplies the numbers 1 and 1
let res = rpc_page .await?;
assert_eq!;