public IActionResult Delete(SellerDeleteServiceInputModel data) { return(Ok(_sellerService.DeleteSellerService(data))); }