public bool HasSmartLikeScore(ColourfulShape candidate) { var records = _stateStore.GetRecords(candidate); return(records.Any(HasSmartLikeScore)); }