public static void CloseSafe(this IFABChannel channel) { CompleteChannelCloseTaskSafely(channel, channel.CloseAsync()); }