I find it difficult to determine why I do not see / use some methods from the C # type in the F # function.

public class KafkaBus : IKafkaBus {
If I check the object browser in the F # solution for links, I see the methods listed below: 
I am using VS 2017 15.3, .NET Framework 4.6.1, the library is referenced via nuget.
source share