@Nullable
 public String getCurrentProfileName() {
   return myInspectionProfile == null ? null : myInspectionProfile.getDisplayName();
 }