Agent007

2,720
reputation
3
20
24
public class Me : Lazy<Person> {
    public void DoWork() {
        throw new NotImplementedException();
    }
}