if (empty(filter_var($this->name, FILTER_SANITIZE_STRING))) {
                throw new Exception("Cannot validate location - no name specified"); 
            }