BaseScript supplys an Export dictionary, maybe called Exports?

In Resource Alpha, something like

Exports.Add("mystring", new Func<string>(() => "Peter"));

And in Resource Beta something like

string myString = Exports["Alpha"].mystring()

By all means, that could be wrong as I have not touched C# in a while, but I hope you get the gist.