func (m monitJobSupervisor) Unmonitor() error {
    services, err := m.client.ServicesInGroup("vcap")
    if err != nil {
        return bosherr.WrapError(err, "Getting vcap services")
    }