public async Task <IHttpActionResult> GetAllAmendements() { return(Ok(await _service.GetAllMotionsAsync())); }