private void LoadManagedResource(IResource resource, string path) { resource.BeginRead(path); resource.EndRead(path); }