Agent007

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