<PackageReference Include="Castle.Core" Version="4.2.1" />

Castle.Components.DictionaryAdapter.Xml.Try

public static class Try
namespace Castle.Components.DictionaryAdapter.Xml { public static class Try { public static bool Failure<T>(out T result); public static bool Success<T>(out T result, T value); } }