public async Task <BlazorFile> Get(string id)
 {
     _logger.LogDebug("Gettings files...");
     return(await _azureFile.GetInfoFile(id));
 }