protected void mockFetch(string mockResponse, Roar.Callback <IDictionary <string, Roar.DomainObjects.PlayerAttribute> > cb) { requestSender.addMockResponse("user/view", mockResponse); properties.Fetch(cb); }