public async Task SoftDeleteStream(Guid id)
 => await repository.Delete(id.ToString());