Castle.MicroKernel.SubSystems.Conversion.SubSystemExtensions
namespace Castle.MicroKernel.SubSystems.Conversion
{
public static class SubSystemExtensions
{
public static IConversionManager GetConversionManager(this IKernel kernel);
}
}