public static LookupContactsOther FromJson(VkResponse response) { return new LookupContactsOther { Contact = response["contact"], CommonCount = response["common_count"] }; }