public Task <bool> FetchAsync()
 {
     return(WrappedItem.FetchAsync());
 }