public async Task <string> Create(string base64Content)
 {
     return(await _snapshotRepository.Create(base64Content));
 }