C# - Make internal methods visible to other assemblies
//Starting from the source assembly include this attribute to make the internal methods visible to the recipient "AssemblyName" [assembly:InternalsVisibleTo("AssemblyName")]