Exemplo n.º 1
0
        public async ValueTask DisposeAsync()
        {
            await DisconnectAsync();

            Behaviours.ToList().ForEach(async b => await RemoveBehaviourAsync(b.UniqueReference));
        }