public ChannelGroupAddPermCommand(uint channelGroupId, PermissionLight permission) : this(channelGroupId, new[] { permission }) { }
public ChannelClientAddPermCommand(uint channelId, uint clientDatabaseId, PermissionLight permission) : this(channelId, clientDatabaseId, new[] { permission }) { }