public Task SetImageAsync(string path)
 {
     return(innerActionManager.SetImageAsync(path));
 }