public static void WaitBool(this IProp <bool> prop, bool value, string errorMessage = null) { prop.Wait(errorMessage).EqualTo(value); }