public async Task <LoadInfo <T> > TryLoadAsync <T>(string key) where T : class { return(await _controller.TryLoadAsync <T>(key, onLoadCorrupted)); }