I have below interface:
public interface IInterface { M Message { get; } string Str { get; } }
And it\'s implementation: