t.Run("when-want-stopped", func(t *testing.T) {
        t.Parallel()
        t.Run("stop-returns-error", func(t *testing.T) {
            r := &Resource{State: "stopped"}
            u := &Unit{ActiveState: "active"}