public static Blah Deserialize()
    {
        var b = new Blah();

        b.DoSomething(default(StreamingContext));
        return(b);
    }