public string Path(bool withParameter = true) { if (withParameter && postId != null) { return($"{parent.Path()}/posts/{postId}"); } return($"{parent.Path()}/posts"); }
public string Path() { return($"{parent.Path()}/read"); }
public string Path() { return($"{parent.Path()}/favorite"); }
public string Path() { return($"{parent.Path()}/tasks"); }
public string Path() { return($"{parent.Path()}/notes"); }
public string Path() { return($"{parent.Path()}/adaptive-cards"); }