This method will find and return the object that matches the provided MonikerItem.
Example in C#
// Returns: T
var item = await client.GetByHrefAsync<T>(String href);
Example in C#
// Returns: IEnumerable<BaseInfo>
var baseInfo = await client.GetByIdsAsync(String keys);
Example in C#
// Returns: T
var item = await client.GetByMonikerAsync<T>(String namespace, String nickname);