pub async fn read_file( context: &Context, path: impl AsRef<Path>, ) -> Result<Vec<u8>>
Reads the file and returns its context as a byte vector.