public GetUserProfilePhotosResponse GetUserProfilePhotos(GetUserProfilePhotosRequest getUserProfilePhotosRequest) { Log.Info(nameof(GetUserProfilePhotos)); return(GetUserProfilePhotosResponse.Parse(ExecuteAction(getUserProfilePhotosRequest))); }
public GetUserProfilePhotosResponse GetUserProfilePhotos(GetUserProfilePhotosRequest getUserProfilePhotosRequest) { return GetUserProfilePhotosResponse.Parse(ExecuteAction(getUserProfilePhotosRequest)); }