pub async fn projects_id_get(
    configuration: &Configuration,
    id: &str
) -> Result<ProjectResponseModel, Error<ProjectsIdGetError>>