S> public class Data : IRequiresSessionState S> { S> public string s() S> { S> return new Test().SessionLogin(); S> } S> } S>