public static void State_Passes_ForFalse() => Expect.State(false);
public static void State_Passes_ForTrue() => Expect.State(true);