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