public async Task <bool> Broadcast <T>(ComGroup group, short channelId, T data) { return(await com.Broadcast(group, channelId, data)); }