using System; namespace Cosmos.Shared { public class SharedSomething { public int GetTheNumber() { return 42; } } }