I have a MassTransit consumer that responds to a message with the following interface:
public interface Foo { IList Foos { get; } Bar Bar { get; }