public Task <bool> SolutionKeyInUse(String key) { return(_solutionManager.QueryKeyInUse(key, OrgEntityHeader)); }