public async Task <IResult <bool> > EditMediaAsync(string mediaId, string caption) { return(await _instaApi.EditMediaAsync(mediaId, caption)); }