func setPlay(group: Group) -> Completable {
        return network.request(.play, on: group.master)
            .asCompletable()
    }