async fn load_file(
    file_config: &FileConfig,
    path: &str
) -> Result<Pin<Box<dyn AsyncRead + Send>>, OpError>