Igniters, Alexey, Igor, I'd like to discuss recently added ISslContextFactory interface. https://github.com/apache/ignite/commit/e58aae48b67c74307703d2ae44fe8e3cd4b9649a
"Factory" implies a "CreateInstace" or a similar method, see CacheConfigurationCacheStoreFactory or ExpiryPolicyFactory as an example. Another case is a placeholder interface that maps to some Java abstraction but has no .NET counterpart (yet), an example is IEvictionPolicy. In case of ISslContextFactory we have a similar situation, so the interface should be empty. Key store details do not belong there. Thoughts? PS Please add me as a reviewer for .NET tickets Thanks, Pavel