public Task <IReadOnlyList <Pipeline> > GetAll() { return(ApiConnection.GetAll <Pipeline>(ApiUrls.Pipelines())); }