using System; using System.Collections.Generic; namespace CI.WSANative.Engagement { public static class WSANativeEngagement { public static bool IsFeedbackHubSupported() { return false; } public static void ShowFeedbackHub(Dictionary feedbackProperties = null) { } public static Action> _ShowFeedbackHub; public static Func _IsFeedbackHubSupported; } }