public bool DeleteAllUnreadCountersData(string business_id) { return(_counterRepository.DeleteAllUnreadCountersData(business_id)); }