using System; namespace Lib { public class Library { public static string GetMessage() { return "Message from Lib"; } } }