public void Dispose_should_send_constructed_span() { builder.Dispose(); sender.Received(1).Send(Arg.Any <ISpan>()); }