public Task GetConversersForThread([NotNull] PrivateConversation thread) { return(Bouncer.StartSingleTask(() => _conversers = _chattingService.GetGroupThreadConversers(thread))); }