/// <inheritdoc />
 public Task RemovePermissionOverwriteAsync(IUser user, RequestOptions options = null)
 => SocketGuildChannel.RemovePermissionOverwriteAsync(user, options);
 /// <inheritdoc />
 public Task RemovePermissionOverwriteAsync(IRole role, RequestOptions options = null)
 => SocketGuildChannel.RemovePermissionOverwriteAsync(role, options);