public IHttpActionResult Get(Guid shopId)
 {
     return(Ok(_shopQueryService.GetShopWeeklyCharts(shopId)));
 }