public IHttpActionResult Get(int month, long marketerId)
 {
     return(Ok(_shopQueryService.IsHaveSellingShop(month, marketerId)));
 }