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