public async Task DeleteSellerAsync(Guid id)
 {
     await _sellerRepository.DeleteSellerAsync(id);
 }